Microsoft DirectX 8.1 (C++)

ICAPolicy.CheckRequest

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The CheckRequest method checks whether the policy denies the specified request.

Syntax

objCAPolicy.CheckRequest(
    Req As ICARequest)

Parameters

  Req

Specifies the ICARequest object to check.

Error Codes

If the method fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

No return value.

Remarks

The policy can add one or more denials to the request, to block the request.

See Also